home *** CD-ROM | disk | FTP | other *** search
/ JavaScript Source Code 2002 / JavaScript Source Code 2002.iso / styles- / jsstyles.css
Cascading Style Sheet File  |  2001-03-27  |  3KB  |  209 lines

  1. BODY {
  2. background:#ffffff;
  3. color:#000000;
  4. font-family: verdana, arial, helvetica;
  5. font-size: .8em;
  6. }
  7.  
  8. TD.side {
  9. background-color: #DDDDDD;
  10. }
  11.  
  12. DT {
  13. color:#000000;
  14. font-family: verdana, arial, helvetica;
  15. font-size: 1em;
  16. }
  17.  
  18. A:link    {color:#0000FF; text-decoration:underline;}
  19. A:visited {color:#000099; text-decoration:underline;}
  20. A:hover   {color:#FF0000; text-decoration:underline;}
  21.  
  22. P.listing {
  23. color:#000000;
  24. font-family: verdana, arial, helvetica;
  25. font-size: 1em;
  26. font-weight:normal;
  27. line-height: 1.2em;
  28. margin-left: 25%;
  29. margin-right: 5%;
  30. }
  31.  
  32. A.listing {
  33. color:#000099;
  34. font-family: verdana, arial, helvetica;
  35. font-size: 1em;
  36. font-weight:normal;
  37. }
  38.  
  39. .linktables {
  40. color:#000000;
  41. margin-left: 1%;
  42. margin-right: 75%;
  43. position:absolute;
  44. left: 0;
  45. top:  260;
  46. z-index:-1
  47. }
  48.  
  49. .linktables-ml {
  50. color:#000000;
  51. margin-left: 1%;
  52. margin-right: 75%;
  53. position:absolute;
  54. left: 0;
  55. top:  640;
  56. z-index:-1
  57. }
  58.  
  59. .listingtxt {
  60. color:#000000;
  61. font-family: verdana, arial, helvetica;
  62. font-weight:normal;
  63. margin-left: 5%;
  64. margin-right: 5%;
  65. }
  66.  
  67. .listingalign {
  68. margin-right: 5%;
  69. }
  70.  
  71. H1 {
  72. color: #20205f;
  73. font-family: Trebuchet MS, arial;
  74. font-size:  1.2em;
  75. font-weight: bold;
  76. line-height:  1.2em;
  77. }
  78.  
  79. H2 {
  80. color: #000033;
  81. font-family: Trebuchet MS, arial;
  82. font-size:  1.2em;
  83. font-weight: bold;
  84. line-height:  1.2em;
  85. }
  86.  
  87. H3 {
  88. color: #000066;
  89. font-family: Trebuchet MS, arial;
  90. font-size:  1em;
  91. font-weight: bold;
  92. line-height:  1em;
  93. }
  94.  
  95. H4 {
  96. color: #000066;
  97. font-family: Trebuchet MS, arial;
  98. font-size:  1em;
  99. font-weight: bold;
  100. line-height:  1em;
  101. }
  102.  
  103. H5 {
  104. color: #000066;
  105. font-family: verdana, arial, helvetica;
  106. font-size: .7em;
  107. font-weight: bold;
  108. line-height: .9em;
  109. text-align: center;
  110. margin: 0em 0em 0em 0em;
  111. }
  112.  
  113. H6 {
  114. background-color: #000099;
  115. color: #ffffff;
  116. font-family: verdana, arial, helvetica;
  117. font-size: .7em;
  118. font-weight: bold;
  119. line-height: 1.2em;
  120. text-align: center;
  121. margin: 0em 0em 0em 0em;
  122. }
  123.  
  124. HR {
  125. color:black;
  126. }
  127.  
  128. HR.listing {
  129. color:black;
  130. margin-right: 5%;
  131. margin-left: 25%;
  132. }
  133.  
  134. FORM.menu {
  135. color:#000000;
  136. font-family: arial,verdana;
  137. font-size: .8em;
  138. }
  139.  
  140. .desc {
  141. color:#000000;
  142. font-family: arial,verdana;
  143. font-size: .9em;
  144. }
  145.  
  146. .descsm {
  147. color:#000000;
  148. font-family: arial,verdana;
  149. font-size: .8em;
  150. }
  151.  
  152. .menuitem {
  153. color:#000000;
  154. font-family: verdana, arial, helvetica;
  155. font-size:  1em;
  156. }
  157.  
  158. .linkitem {
  159. color:#000000;
  160. font-family: verdana, arial, helvetica;
  161. font-size: .8em;
  162. }
  163.  
  164. .smlinkitem {
  165. color:#000000;
  166. font-family: verdana, arial, helvetica;
  167. font-size: .6em;
  168. }
  169. .catitem    {
  170. color:#000000;
  171. font-family: verdana, arial, helvetica;
  172. font-size: .7em;
  173. }
  174. .jssnavitem {
  175. color:#000000;
  176. font-family: verdana, arial, helvetica;
  177. font-size:  1em;
  178. }
  179.  
  180. <!-- styles for logos and headline links do not modify internet, red, or black styles -->
  181.  
  182. A.internet {
  183. text-decoration:none;
  184. color:white;
  185. font-size:10pt;
  186. font-weight:normal;
  187. font-style:normal;
  188. font-family:Courier;
  189. line-height:10pt;
  190. }
  191. .red {background-color:#D60027; color:white; text-decoration:none;}
  192. .black {background-color:black; color:white; text-decoration:none;}
  193.  
  194. .headlines {
  195. text-decoration:none;
  196. color:blue;
  197. font-size:10pt;
  198. font-weight:normal;
  199. font-style:normal;
  200. font-family:Geneva, Arial, sans-serif;
  201. line-height:10pt;
  202. }
  203.  
  204. img.AweAnnotMarker { visibility:hidden;width:0;height:0 }
  205. div.AweAnnotRoot { visibility:hidden }
  206. div.AweActiveBasicAnnot { visibility:hidden }
  207. div.annotPadColor { visibility:hidden }
  208. div.AweActiveHoriLine { visibility:hidden }
  209. div.AweActiveVertLine { visibility:hidden }